projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f8efaf
)
(dired-other-window): Put ido property on dired-other-window.
author
Kim F. Storm
<storm@cua.dk>
Sun, 17 Jul 2005 00:32:57 +0000
(
00:32
+0000)
committer
Kim F. Storm
<storm@cua.dk>
Sun, 17 Jul 2005 00:32:57 +0000
(
00:32
+0000)
lisp/ido.el
patch
|
blob
|
history
diff --git
a/lisp/ido.el
b/lisp/ido.el
index f1fbb4cdbdd8ecd731efea8977b8a970bb2d55f6..9d7b4877fe826480b7ff293ecb828f2e675b4aa6 100644
(file)
--- a/
lisp/ido.el
+++ b/
lisp/ido.el
@@
-4211,6
+4211,7
@@
For details of keybindings, do `\\[describe-function] ido-find-file'."
(put 'dired-do-rename 'ido 'ignore)
(put 'ibuffer-find-file 'ido 'find-file)
+(put 'dired-other-window 'ido 'dir)
;;;###autoload
(defun ido-read-buffer (prompt &optional default require-match)